This makes the next button on page go to the page specified by preview. code -- Ex. -- P1 = First page -- P2 = Second page set_next_wizard page ( p1, p2 ) endcode would make it so that clicking the next button on p1 would make the wizard show p2.
See Also: set_prev_wizard_page
This makes the prev button on page go to the page specified by preview. code -- Ex. -- P1 = First page -- P2 = Second page set_prev_wizard page ( p2, p1 ) endcode would make it so that clicking the prev button on p2 would make the wizard show p1.
See Also: set_next_wizard_page